home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.micon._currentframe == 59)
- {
- _root.indicount = 100;
- _root.indialogue = "I\'ve created a monster!";
- _root.micon.gotoAndStop(1);
- _root.sfx.gotoAndStop(3);
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 60)
- {
- _root.inven["box" + i].gotoAndStop(61);
- }
- i++;
- }
- gotoAndStop(61);
- }
- }
-